EventDao_Impl

@Generated(value = "androidx.room.RoomProcessor")
class EventDao_Impl

Constructors

Link copied to clipboard
constructor(@NonNull __db: RoomDatabase)

Functions

Link copied to clipboard
open fun count(): Int
Link copied to clipboard
open fun databaseSize(): Int
Link copied to clipboard
open fun delete(events: Array<EventEntity>)
Link copied to clipboard
open fun deleteAll()
Link copied to clipboard
open fun deleteBatch(events: List<EventIdAndData>)
Link copied to clipboard
open fun get(): List<EventEntity>
Link copied to clipboard
open fun getBatch(limit: Int): List<EventIdAndData>
Link copied to clipboard
Link copied to clipboard
open fun insert(event: EventEntity)
Link copied to clipboard
open fun trimDatabase(maxDatabaseSize: Int)